2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
- * url/url-util.el (url-debug): Use with-current-buffer.
-
- * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
- (url-nfs-create-wrapper): Use new backquote syntax.
-
- * url/url-https.el (url-https-file-attributes): Add id-format param.
-
- * url/url-http.el (url-http-head-file-attributes)
- (url-http-file-attributes): Add id-format parameter.
-
- * url/url-handlers.el: Use new find-file-hook.
- (url-file-attributes): Add id-format parameter.
-
- * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
- (url-file-file-attributes): Add id-format parameter.
-
- * url/url-dav.el: Use with-current-buffer.
- (url-dav-process-response): Fix regexps and spurious quote.
- (url-dav-file-attributes): Add id-format param.
-
* diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
2004-04-16 Andre Spiegel <spiegel@gnu.org>
* progmodes/compile.el (compile-goto-error): Select the buffer/window
corresponding to the event.
- * url/url.el (url-retrieve): Use with-current-buffer.
-
- * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
- Remove unused var `version'.
-
- * url/url-handlers.el (url-handler-mode): New minor mode.
- (url-setup-file-name-handlers): Remove.
-
2004-04-12 Joe Buehler <jbuehler@hekiman.com>
* loadup.el: Add cygwin to system-type list, for unexec() support.
* help.el (describe-mode): Doc fix.
- * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
- to obsolete `assoc-ignore-case' with calls to `assoc-string'.
-
2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
* progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
2004-04-11 Dave Love <fx@gnu.org>
- * url/url-mailto.el (url-mailto):
- * url/url-history.el (url-history-setup-save-timer):
- * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
-
- * url/url-file.el (url-file-build-filename): Don't use
- directory-sep-char.
-
- * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
-
- * url/url-about.el (url-scheme-registry): Defvar.
- (url-about): Use text/plain.
-
- * url/url-vars.el (cl): Don't require.
- (url): Add :version.
- (url-bug-address): Use bug-gnu-emacs.
-
- * url/url-util.el (url-hexify-string): Don't give multibyte error
- for char <16.
- (mail-header-extract): Autoload.
-
- * url/url-parse.el: Doc fixes.
-
- * url/url-ldap.el (ldap): Require.
- (url-ldap): Fix `format' call.
- (url-ldap-certificate-formatter): Avoid warning.
-
- * url/url-https.el (url-https-create-secure-wrapper): Use modern
- backquotes.
-
- * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
- (url-intersection): New.
- (url-dav-supported-p): Use it.
- (url-dav-save-resource): Declare url-http-response-status special.
-
- * url/url-cache.el (url-util): Require.
-
* emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
* progmodes/python.el: New file.
* emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
(byte-compile-insert-header): Don't use `byte-compile-version'.
- * url/url-vars.el (url-version): Use the constant string "Emacs"
- instead of calculating something from the RCS `State' keyword
- [the latter is almost entirely useless anyway].
* forms.el (forms-version): Variable removed.
(forms-mode): Don't use `forms-version'.
* recentf.el (recentf-version): Variable removed.
2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
- * url: Import the URL package from its repository.
-
- * url/url-methods.el:
- * url/url-parse.el: Don't require url-auto.
+ * url/: New dir. Import the URL package from its repository.
2004-04-03 Andreas Schwab <schwab@suse.de>
(url-ldap): Fix `format' call.
(url-ldap-certificate-formatter): Avoid warning.
- * url-https.el (url-https-create-secure-wrapper): Use modern
- backquotes.
+ * url-https.el (url-https-create-secure-wrapper): Use modern backquotes.
* url-dav.el (url-dav-rename-file): Fix args of `signal'.
(url-intersection): New.
2002-11-04 Walter C. Pelissero <walter@pelissero.org>
- * lisp/url-methods.el (url-scheme-register-proxy): Make sure to
- convert port numbers to integers when creating the URL objects for
- proxies.
+ * lisp/url-methods.el (url-scheme-register-proxy): Make sure to convert
+ port numbers to integers when creating the URL objects for proxies.
2002-10-29 William M. Perry <wmperry@gnu.org>
* lisp/url-http.el (url-http-handle-cookies): New function to deal
with cookie headers.
(url-http-parse-headers): Call `url-http-handle-cookies' here so
- that cookie additions and deletions get handled immediately. This
- is so that sites that set cookies while doing redirects
+ that cookie additions and deletions get handled immediately.
+ This is so that sites that set cookies while doing redirects
(my.yahoo.com, outlook web access, etc) work. This should also
fix sites that delete cookies on invalid access or other error
pages the user might not actually see.
* lisp/url-auth.el (url-basic-auth-storage): Change meaning of
this variable. It is now a symbol pointing to where we really
want to store the authorization information. This fixes proxy
- auth and normal basic auth because of some local bindings that
- were making it impossible to store the credentials in the global
- binding.
+ auth and normal basic auth because of some local bindings that were
+ making it impossible to store the credentials in the global binding.
(url-basic-auth): Make sure we dereference url-basic-auth-storage
everywhere.
renamed function.
(url-default-expander): Use it.
- * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto as
- well as efs.
- (url-file): Add default content-type of application/octet-stream if none
- known.
+ * lisp/url-file.el (url-file-asynch-callback): Deal with just efs-auto
+ as well as efs.
+ (url-file): Add default content-type of application/octet-stream if
+ none known.
(url-file): Correct bad call to url-host-is-local-p
* lisp/url-handlers.el (url-insert-file-contents): Emacs doesn't